# Supported connections {: #supported-connections }

<!--- When bumping versions, also update `datarobot_docs/en/api/reference/batch-prediction-api/index.md` --->

This is a list of all the supported data stores, along with the latest certified version of their JDBC drivers. Some of the connectors are in public preview.


Connection  | Connection type | Version | Notes 
-----| ------- | -----|-----
Amazon Redshift | Driver | 2.1.0.14 | <ul><li>[Download JDBC driver](https://docs.aws.amazon.com/redshift/latest/mgmt/configure-jdbc-connection.html){ target=_blank }</li><li>[Required parameters and connection details](dc-redshift){ target=_blank }</li></ul>
AWS Athena | Driver | 2.0.35| <ul><li>[Download JDBC driver](https://docs.aws.amazon.com/athena/latest/ug/connect-with-jdbc.html){ target=_blank }</li><li>[Required parameters and connection details](dc-athena){ target=_blank }</li></ul>
AWS S3 <br>(public preview) | Connector |   | <ul><li>[Self-managed only: Add the connector](connector#self-managed-ai-platform-admins){ target=_blank }</li><li>[Required parameters and connection details](dc-s3){ target=_blank }</li></ul>
Azure SQL| Driver |  12.4.1 | <ul><li>[Download the JDBC driver](https://docs.microsoft.com/en-us/sql/connect/jdbc/release-notes-for-the-jdbc-driver?view=sql-server-ver15#previous-releases){ target=_blank }</li><li>[Required parameters and connection details](dc-azure){ target=_blank }</li></ul>
Azure Synapse | Driver | 12.4.1 | <ul><li>[Download the JDBC driver](https://docs.microsoft.com/en-us/sql/connect/jdbc/release-notes-for-the-jdbc-driver?view=sql-server-ver15#previous-releases){ target=_blank }</li><li>[Required parameters and connection details](dc-azure){ target=_blank }</li></ul>
Databricks<br>(public preview) | Connector |  | <ul><li>[Self-managed only: Add the connector](connector#self-managed-ai-platform-admins){ target=_blank }</li><li>[Required parameters and connection details](wb-databricks){ target=_blank }</li></ul>
Exasol | Driver | 7.1.2 | <ul><li>[Download the JDBC driver](https://docs.exasol.com/db/latest/connect_exasol/drivers/jdbc.htm){ target=_blank }</li><li>[Required parameters and connection details](dc-exasol){ target=_blank }</li></ul>
Google BigQuery | Connector |  | <ul><li>[Self-managed only: Add the connector](connector#self-managed-ai-platform-admins){ target=_blank } </li><li>[Required parameters and connection details](dc-bigquery){ target=_blank }</li></ul>
InterSystems | Driver | 3.0.0 | <ul><li>[Download the JDBC driver](https://gettingstarted.intersystems.com/development-setup/jdbc-connections/){ target=_blank }</li></ul>
KDB+ * | Driver | 2019.11.11 | <ul><li><a target="_blank" href="https://github.com/KxSystems/kdb/blob/master/c/jdbc.jar">Download JDBC driver</a> ({% include 'includes/github-sign-in.md' %})</li><li>[Required parameters and connection details](dc-kdb){ target=_blank }</li></ul>
Microsoft SQL Server 6.4 | Driver |12.2.0 | <ul><li>[Download JDBC driver](https://docs.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=sql-server-ver15){ target=_blank }</li><li>[Required parameters and connection details](dc-ms-sql-srvr){ target=_blank }</li></ul>
MySQL | Driver | 8.0.32 | <ul><li>[Download JDBC driver](https://www.mysql.com/products/connector/){ target=_blank }</li><li>[Required parameters and connection details](dc-mysql){ target=_blank }</li></ul>
Oracle 6 | Driver | oracle-xe_11.2.0-1.0 | <ul><li>[Download JDBC driver](https://repo1.maven.org/maven2/com/oracle/database/jdbc/){ target=_blank }</li><li>[Required parameters and connection details](dc-oracle){ target=_blank }</li></ul>
Oracle 8 | Driver | 12.2.0.1 | <ul><li>[Download JDBC driver](https://repo1.maven.org/maven2/com/oracle/database/jdbc/){ target=_blank }</li><li>[Required parameters and connection details](dc-oracle){ target=_blank }</li></ul>
PostgreSQL | Driver | 42.5.1 JDBC 4.2 | <ul><li>[Download JDBC driver](https://jdbc.postgresql.org/download/){ target=_blank }</li><li>[Required parameters and connection details](dc-postgresql){ target=_blank }</li></ul>
Presto | Driver | 0.216 | <ul><li>[Download JDBC driver](https://prestodb.io/download.html){ target=_blank }</li><li>[Required parameters and connection details](dc-presto){ target=_blank }</li></ul>
SAP HANA | Driver | 2.15.10 | <ul><li>[Download JDBC driver](https://developers.sap.com/tutorials/hana-clients-jdbc.html){ target=_blank }</li><li>[Required parameters and connection details](dc-sap-hana){ target=_blank }</li></ul>
Snowflake | Driver | 3.13.29 | <ul><li>[Download JDBC driver](https://docs.snowflake.com/en/user-guide/jdbc-download.html){ target=_blank }</li><li>[Required parameters and connection details](dc-snowflake){ target=_blank }</li></ul>
TD-Hive| Driver | 0.5.10| <ul><li>[Download JDBC driver](https://docs.treasuredata.com/display/public/PD/JDBC+Driver+for+Hive+Query+Engine){ target=_blank }</li><li>[Required parameters and connection details](dc-treasure){ target=_blank }</li></ul>
Treasure Data | Driver | Select the query engine you contracted for | <ul><li>[Configure the data integration](https://www.treasuredata.com/data-integrations/){ target=_blank }</li><li>[Required parameters and connection details](dc-treasure){ target=_blank }</li></ul>

\* Only supported with JDBC, not with KDB native query language `q`

!!! note "Self-Managed AI Platform"
    See [Manage JDBC drivers](manage-drivers) for steps to upload JDBC drivers and [Manage connectors](connector#self-managed-ai-platform-admins) for steps to add connectors to your organization.

## Deprecated connections {: #deprecated-connections }

Support is deprecated for these drivers and connectors:

 Connection | Connection type |  Version 
----| ----- | ----
 Apache Hive | JDBC | All 
 Amazon S3 | JDBC | 2020.3.1603724051432 
 Databricks | JDBC | 2.6.22 
 Elasticsearch | JDBC | All 
 Google BigQuery | JDBC | spark-1.2.23.1027 
 Microsoft SQL Server | JDBC |  6.0 

!!! note
    Older driver versions may still exist, but DataRobot recommends that you use the latest supported version of a connection.
